home *** CD-ROM | disk | FTP | other *** search
- #ifndef OUTSIDE_H
- #define OUTSIDE_H
-
- // outside.c
-
- //=============================================================================
-
- //=============================================================================
-
- struct node *PointInLeaf(__memBase, struct node * node, vec3_t point);
- bool FillOutside(__memBase, struct node * node, char *pointfilename);
-
- #endif
-